home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 September / INTERNET107.ISO / pc / software / windows / multimed / image_search_box / image-search-box313.exe / {app} / isb.chm / func.js < prev    next >
Encoding:
Text File  |  2003-03-21  |  563 b   |  21 lines

  1. <!--
  2.  
  3. function MM_jumpMenu(targ,selObj,restore){ //v3.0
  4.   if (selObj.options[selObj.selectedIndex].value == "") return;
  5.  
  6.   eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  7.   if (restore) selObj.selectedIndex=0;
  8. }
  9.  
  10. //configure the two variables below to match yoursite's own info
  11. var bookmarkurl="http://www.fatesoft.com"
  12. var bookmarktitle="FateSoft Products-Source Code to Flowchart -Free Picture Search"
  13.  
  14. function addbookmark(){
  15. if (document.all)
  16. window.external.AddFavorite(bookmarkurl,bookmarktitle)
  17. }
  18.  
  19.  
  20.  
  21. //  End -->